10 Years of Experience in Version Control Solutions and TWAIN SDKs
  • Contact us





How to use the license


Important: This article only applies to ImageCapture Suite version 9.0 or above. For older versions, you can check the old help document or contact us.

Below are steps on how to generate a product key with your license(s).

Steps:

  1. Make sure you have installed ImageCapture Suite 9.0 or above.
  2. You can typically find Licensing Tool in the Start Menu or in this path " C:\Program Files (x86)\Dynamsoft\ImageCapture Suite 9.0\ICSLicensing.exe".
  3. Open the Licensing Tool and input your licenses (delete the old ones if necessary):

    licensing tool

  4. Press the button "Generate Key" and the product key will show in the "Product Key" window:

    licensing tool

  5. To use the product key, simply assign it at runtime to the property ProductKey before you use a method:

    if (DWObject.ErrorCode == 0) {
      DWObject.ProductKey = "982D85CB87D40710789B6DF5833FD5624935496CE16AB9FB21A7F8BD871FFF9F4B***";
      DWObject.SelectSource();
    ...
    }

Contact us

If you have difficulty deploying ImageCapture Suite, please contact us at live chat for instant tech support.

Finding it too complicated?

If you do NOT want to spend too much time learning about the component before actually integrating it into your application, the Dynamsoft Support team can help you build the capture page. For more info, please click here.


>>Back to Index<<

Copyright © 2014 Dynamsoft Corporation. All Rights Reserved.